From: Ben Hutchings Date: Thu, 25 Apr 2019 14:31:33 +0000 (+0100) Subject: ntfs: mark it as broken X-Git-Tag: archive/raspbian/6.12.27-1+rpi1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~14 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=7d7cde25a002d31088b79837d12c21ae3391d28c;p=linux.git ntfs: mark it as broken Forwarded: not-needed NTFS has unfixed issues CVE-2018-12929, CVE-2018-12930, and CVE-2018-12931. ntfs-3g is a better supported alternative. Make sure it can't be enabled even in custom kernels. Gbp-Pq: Topic debian Gbp-Pq: Name ntfs-mark-it-as-broken.patch --- diff --git a/fs/ntfs/Kconfig b/fs/ntfs/Kconfig index 7b250974173..f4b6ad9a94a 100644 --- a/fs/ntfs/Kconfig +++ b/fs/ntfs/Kconfig @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only config NTFS_FS tristate "NTFS file system support" + depends on BROKEN select BUFFER_HEAD select NLS help